@charset "utf-8";
/* CSS Document */
* {
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    text-decoration: none;
}

.C-about-us,.C-honor,.C-service,.C-product{
	width: 1000px;
	hight: auto;
	background-: #999;
}

.us-top,.honor-top,.service-top,.product-top{
	float: right;
	margin-bottom: 10px;
	width: 750px;
	height: 70px;
	border-bottom: 1px solid #CCC;
}

.product-top-co{
	float: right;
	margin-bottom: 10px;
	width: 1000px;
	height: 70px;
	border-bottom: 1px solid #CCC;
}

.us-top h3,.honor-top h3,.service-top h3,.product-top h3,.product-top-co h3{
	font-family: "微软雅黑";
	font-size: 22px;
	font-weight: normal;
	line-height: 100px;
	color: #333;
}

.us-top h3 a,.honor-top h3 a,.service-top h3 a,.product-top h3 a,.product-top-co h3 a{
	float: right;
	margin-left: 10px;
	font-family: "宋体";
	font-size: 14px;
	color: #333;
}

.us-top h3 a:hover,.honor-top h3 a:hover,.service-top h3 a:hover,.product-top h3 a:hover,.product-top-co h3 a:hover{
	color: #900;
}

.us-bottom,.honor-bottom,.service-bottom,.product-bottom{
	float: right;
	width: 750px;
	height: auto;
}
.honor-bottom img,.service-bottom img{
	display: block;
	width: 400px;
	height: auto;
}

.us-bottom p,.honor-bottom p,.service-bottom p{
	display: block;
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	line-height: 27px;
}
.us-bottom a{
	line-height: 27px;
}

.product-bottom-F{
	width: 240px;
	height: auto;
}

.product-bottom-R{
	width: 740px;
	height: auto;
	background-: #300;
}

.product-bottom-R ul{
    list-style-type: none;
    text-decoration: none;
}

.product-bottom-R ul li{
	float: left;
	margin:0px 10px 40px 10px;
	width: 225px;
	height: 210px;
}

.product-bottom-R img{
	width: 200px;
	height: 200px;
	border: 1px solid #9f9e9d;
	padding: 3px;
}

.C-contact1,.C-contact2,.C-contact3{
	margin-top: 50px;
	width: 1000px;
	height: 240px;
	background-: #FFC;
}

.contact1-F,.contact3-F{
	padding: 5px;
	width: 490px;
	height: 230px;
	background-: #3C9;
	border: 1px solid #999;
}

.contact1-F img,.contact3-F img{
	padding-: 5px;
	width: 490px;
	height: 230px;
}

.contact1-R,.contact3-R{
	margin-right: 50px;
	width: 400px;
	height: 240px;
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	line-height: 27px;
	text-indent: 2em;
	background-: #6C3;
}


